home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / spiele / publicdomain / amyfreecell / installsjygamesfont < prev    next >
Text File  |  1996-05-19  |  180b  |  9 lines

  1. IF EXISTS "Fonts/SJYGamesFONT.font"
  2.     Echo Copying SJYGamesFONT to FONTS:
  3.     Copy Fonts/#? FONTS: ALL CLONE
  4.     Echo Done.
  5.     Wait 3 SECS
  6. ELSE
  7.     Echo Couldn't find SJYGamesFONT -font
  8. ENDIF
  9.